table.anuncio {
	width: 530px;
	}
table.anuncio td.logo {
	border-bottom: 10px solid #fff;
	padding: 0 0 5px;
	}
table.anuncio td.eslogan {
	background: #7e151c;
	border-bottom: 10px solid #fff;
	font: normal 18px/20px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 10px 15px;
	text-align: right;
	text-transform: uppercase;
	}
table.anuncio td.imagen1 {
	text-align: left;
	width: 170px;
	}
table.anuncio td.imagen2 {
	text-align: center;
	}
table.anuncio td.imagen3 {
	text-align: right;
	width: 170px;
	}
table.anuncio td.contenido {
	background: #f0f0f0;
	border: 10px solid #fff;
	border-width: 10px 0;
	}
table.anuncio table.contenido {
	margin: 0 30px;
	width: 470px;
	}
table.anuncio table.contenido td {
	color: #485C5D;
	font: normal 13px/15px Arial, Helvetica, sans-serif;
	width: 265px;
	}
table.anuncio td.textoPrincipal {
	padding: 15px 5px 15px 0;
	}
table.anuncio div.titulo {
	font: bold 15px/16px Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	text-transform: uppercase;
	}
table.anuncio td.textoSecundario {
	padding: 15px 0 15px 5px;
	}
table.anuncio td.textoDireccion {
	background: #7e151c;
	font: normal 14px/16px Arial, Helvetica, sans-serif;
	color: #fff;
	padding: 15px;
	text-align: right;
	}